home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_C / NCSA_TEL / CONFIG.TEL
Text File  |  1991-06-27  |  3KB  |  79 lines

  1. #
  2. #  Example host file for NCSA Telnet 2.3
  3. #
  4. #
  5. #  Note:  When running the MacTCP drivers, the following fields are meaningless,
  6. #  but may be included for compatibility with systems which do not have MacTCP:
  7. #       hardware,gateway,arptime,rwin,mtu,maxseg,retrans,zone
  8. #
  9. #  This file is free form
  10. #  Separators are any char <33 and :;=
  11. #
  12. #  The form is keyword=value for each parameter.
  13. #  The first set of parameters refer to the whole program's defaults.
  14. #  These parameter values can be in any order.
  15. #  Following this are the individual machine specs.
  16. #  If the first machine is name "default", then it contains default
  17. #  values for the rest of the machines.
  18. #
  19. ftp=yes                # do you want ftp enabled?
  20. domain="ncsa.uiuc.edu"        # default domain for name lookups
  21. domaintime=2                  # domain name lookup timeout (first retry)  
  22. domainretry=4                 # domain name max number of retries
  23. termtype="vt100"        # terminal type to advertise (safe bet)
  24. arptime=5            # arp timeout in seconds
  25.                 #    affects machines on your local network
  26. block = 200            # screen blocking factor, range:  [100 to 4000]
  27. #passfile="ftppass"        # name of file to find FTP passwords in (System Folder)
  28. commandkeys=yes            # Yes, I want command keys as default
  29.  
  30. #
  31. #  Following are individual machine specifications
  32. #
  33. #  The machine named "default" contains the fields which are automatically
  34. #  filled in for other hosts.  name=default machine should appear first.
  35. #
  36. name = default            # Session name, "default" is a reserved name
  37.                 #   Not a real machine, default parameters only
  38. scrollback=200            # number of lines of scrollback per session
  39. erase=delete            # use delete code or backspace code for <- key?
  40.                 #   legal values are "delete" and "backspace"
  41. tektype=1                       # 0 for tek 4014, 1 for tek 4105
  42. vtwrap=yes            # should VT100 be in wrap mode or not?
  43. vtwidth=80              # 80 or 132 columns on startup of session
  44. vtlines=24            # number of lines, 24 is standard VT102
  45. #port=23                    # choose the TCP port for telnet (std = 23)
  46. #nfcolor="{0,0,0}"        # normal, foreground (Mac II)
  47. #nbcolor="{65434,65535,35286}"    # normal, background (Mac II)
  48. #bfcolor="{0,0,0}"        # blink, foreground (Mac II)
  49. #bbcolor="{65535,65535,65535}"    # blink, background (Mac II)
  50. #font="Courier"            # font and size, default is Monaco 9
  51. #fsize=12
  52. #crmap=4.3BSDCRNUL        # map of the CR key for compatibility
  53. #duplex=half            # modifier for non-echo mode, forces send
  54. clearsave=yes            # save lines on clear screen yes/no
  55. #  The following entries affect the tuning of TCP connections to this host.
  56. #  They should be set by the network administrator who is familiar with
  57. #    the requirements of your specific network.
  58. contime=20            # timeout in seconds to try connection
  59. retrans=30            # starting retransmit time out in ticks
  60.                 #   1/60ths of sec 
  61. mtu=512                # maximum transmit unit in bytes
  62.                 #   AppleTalk MAX = 512, Ethernet Max=1024
  63. maxseg=512            # largest segment we can receive
  64.                 #   AppleTalk MAX = 512, Ethernet Max=1536
  65. rwin=512            # TCP window size, MAX=4096
  66. #
  67. #  Below this line, most of the communication parameters are obtained
  68. #   from the "default" host entry.
  69. #  Machine names, IP addresses, and special communication parameters are
  70. #   present when needed.  
  71. #
  72.  
  73. # no gateway setting is needed because it is received from network server
  74.  
  75. name=newton ; hostip=141.142.2.2. ; nameserver=1
  76. name=bardeen ; hostip=128.174.23.1 ; nameserver=2
  77. name=hogan ; hostip=141.142.221.1 ; nameserver=3
  78.